projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ea37e5
)
Minor doc clarification for gdk_drag_begin
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 9 Mar 2010 01:59:27 +0000
(20:59 -0500)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:07 +0000
(20:59 -0400)
Mention that targets is a list of atoms. Bug 611317.
gdk/x11/gdkdnd-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkdnd-x11.c
b/gdk/x11/gdkdnd-x11.c
index 824f96d2355941cc610f062b3d97d79eefa69587..60adca0d3e4a7a44c395468fff0b5a3a7dd05657 100644
(file)
--- a/
gdk/x11/gdkdnd-x11.c
+++ b/
gdk/x11/gdkdnd-x11.c
@@
-3103,7
+3103,7
@@
gdk_drag_do_leave (GdkDragContext *context, guint32 time)
/**
* gdk_drag_begin:
* @window: the source window for this drag.
- * @targets: the
list of offered targets.
+ * @targets: the
offered targets, as list of #GdkAtom<!-- -->s
*
* Starts a drag and creates a new drag context for it.
*